body {
  font-family: 'Times New Roman', serif;
  margin: 2rem auto;
  line-height: 1.6;
  background-color: #fff;
  color: #000;
}

section.symposium-intro,
.contact-info {
  text-align: center;
  margin-bottom: 2rem;
}

section.symposium-content {
  text-align: left;
  margin-bottom: 2rem;
  padding-left: 1rem; /* or use margin-left: 1.5rem; */

}

figure {
  margin: 1rem 0;
}

h2 {
  font-size: 1.8rem;
  margin: 1.5rem 0;
}

.contact-info p {
  margin: 0.3rem 0;
}

.revision-note {
  color: green;
  font-weight: bold;
}

.symposium-links a {
  color: #0066cc;
  text-decoration: underline;
}

hr {
  margin-top: 3rem;
  border: none;
  border-top: 1px solid #ccc;
}

.status-note {
  font-size: 1.5rem;
  color: red;
  font-weight: bold;
  margin: 1rem;
}

.status-note2 {
	text-align: left;
  font-size: 1rem;
  color: red;
}